Searched refs:bta_gattc_get_characteristic (Results 1 – 3 of 3) sorted by relevance
547 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle);
1207 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle) in bta_gattc_get_characteristic() function1734 tBTA_GATTC_CHARACTERISTIC *char_db = bta_gattc_get_characteristic(conn_id, char_handle); in bta_gattc_get_db_size_with_type_handle()
333 return bta_gattc_get_characteristic(conn_id, handle); in BTA_GATTC_GetCharacteristic()