Home
last modified time | relevance | path

Searched refs:BTA_GATTC_ConfigureMTU (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc84 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/
Dbta_gattc_api.cc240 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
Dbta_gattc_queue.cc203 BTA_GATTC_ConfigureMTU(conn_id, static_cast<uint16_t>(op.value[0] | in gatt_execute_next_op()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h872 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/
Dbtif_gatt_client.cc621 static_cast<void (*)(uint16_t,uint16_t)>(&BTA_GATTC_ConfigureMTU)), in btif_gattc_configure_mtu()