Loading system/bta/gatt/bta_gattc_api.cc +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu) { * Returns None * ******************************************************************************/ void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, Uuid* p_srvc_uuid) { void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, const Uuid* p_srvc_uuid) { const size_t len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(Uuid); tBTA_GATTC_API_SEARCH* p_buf = (tBTA_GATTC_API_SEARCH*)osi_calloc(len); Loading system/bta/include/bta_gatt_api.h +1 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ extern void BTA_GATTC_Close(uint16_t conn_id); * ******************************************************************************/ extern void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, bluetooth::Uuid* p_srvc_uuid); const bluetooth::Uuid* p_srvc_uuid); /** * This function is called to send "Find service by UUID" request. Used only for Loading Loading
system/bta/gatt/bta_gattc_api.cc +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ void BTA_GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu) { * Returns None * ******************************************************************************/ void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, Uuid* p_srvc_uuid) { void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, const Uuid* p_srvc_uuid) { const size_t len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(Uuid); tBTA_GATTC_API_SEARCH* p_buf = (tBTA_GATTC_API_SEARCH*)osi_calloc(len); Loading
system/bta/include/bta_gatt_api.h +1 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,7 @@ extern void BTA_GATTC_Close(uint16_t conn_id); * ******************************************************************************/ extern void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, bluetooth::Uuid* p_srvc_uuid); const bluetooth::Uuid* p_srvc_uuid); /** * This function is called to send "Find service by UUID" request. Used only for Loading