Searched refs:BTA_GATTC_ConfigureMTU (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 84 void BTA_GATTC_ConfigureMTU(uint16_t /* conn_id */, uint16_t /* mtu */) { in BTA_GATTC_ConfigureMTU() function 87 void BTA_GATTC_ConfigureMTU(uint16_t /* conn_id */, uint16_t /* mtu */, in BTA_GATTC_ConfigureMTU() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 240 void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu) { in BTA_GATTC_ConfigureMTU() function 241 BTA_GATTC_ConfigureMTU(conn_id, mtu, NULL, NULL); in BTA_GATTC_ConfigureMTU() 244 void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu, in BTA_GATTC_ConfigureMTU() function
|
D | bta_gattc_queue.cc | 203 BTA_GATTC_ConfigureMTU(conn_id, static_cast<uint16_t>(op.value[0] | in gatt_execute_next_op()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 872 void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu); 873 void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 621 static_cast<void (*)(uint16_t,uint16_t)>(&BTA_GATTC_ConfigureMTU)), in btif_gattc_configure_mtu()
|