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_int.h 573 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx);
gatt_main.c     [all...]
gatt_api.c     [all...]
gatt_utils.c 698 ** Function gatt_find_the_connected_bda
705 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx) function
709 GATT_TRACE_DEBUG1("gatt_find_the_connected_bda start_idx=%d",start_idx);
718 GATT_TRACE_DEBUG6("gatt_find_the_connected_bda bda :%02x-%02x-%02x-%02x-%02x-%02x",
723 GATT_TRACE_DEBUG2("gatt_find_the_connected_bda found=%d found_idx=%d", found, i);
    [all...]

Completed in 24 milliseconds