HomeSort by relevance Sort by last modified time
    Searched refs:gatt_find_the_connected_bda (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c     [all...]
gatt_api.c     [all...]
gatt_int.h 601 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TRANSPORT *p_transport);
gatt_utils.c 701 ** Function gatt_find_the_connected_bda
708 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, function
713 GATT_TRACE_DEBUG("gatt_find_the_connected_bda start_idx=%d",start_idx);
723 GATT_TRACE_DEBUG("gatt_find_the_connected_bda bda :%02x-%02x-%02x-%02x-%02x-%02x",
728 GATT_TRACE_DEBUG("gatt_find_the_connected_bda found=%d found_idx=%d", found, i);
    [all...]

Completed in 60 milliseconds