Searched refs:MP_BLUETOOTH_DEFAULT_ATTR_LEN (Results 1 – 3 of 3) sorted by relevance
83 #ifndef MP_BLUETOOTH_DEFAULT_ATTR_LEN84 #define MP_BLUETOOTH_DEFAULT_ATTR_LEN (20) macro
347 if (MP_BLUETOOTH_DEFAULT_ATTR_LEN > 20) { in sync_cb()349 rc = ble_att_set_preferred_mtu(MP_BLUETOOTH_DEFAULT_ATTR_LEN + 3); in sync_cb()379 …RT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->chr.val_handle, MP_BLUETOOTH_DEFAULT_ATTR_LEN); in gatts_register_cb()388 …E_PORT(bluetooth_nimble_root_pointers)->gatts_db, ctxt->dsc.handle, MP_BLUETOOTH_DEFAULT_ATTR_LEN); in gatts_register_cb()
1038 …(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP_BLUETOOTH_DEFAULT_ATTR_LEN); in mp_bluetooth_gatts_register_service()1064 …(bluetooth_btstack_root_pointers)->gatts_db, handles[handle_index], MP_BLUETOOTH_DEFAULT_ATTR_LEN); in mp_bluetooth_gatts_register_service()
Completed in 11 milliseconds