Searched refs:BT_ATT_HEADER_LEN (Results 1 – 3 of 3) sorted by relevance
151 if(ble_mtu > BT_ATT_HEADER_LEN) in rk_ble_send_data()154 send_max_len -= BT_ATT_HEADER_LEN; in rk_ble_send_data()
1090 if(g_mtu > BT_ATT_HEADER_LEN) in bt_test_ble_write()1093 write_len -= BT_ATT_HEADER_LEN; in bt_test_ble_write()1265 if(g_mtu > BT_ATT_HEADER_LEN) in bt_test_ble_client_write()1268 write_len -= BT_ATT_HEADER_LEN; in bt_test_ble_client_write()
18 #define BT_ATT_HEADER_LEN 3 macro