Searched defs:gatt_find_the_connected_bda (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c681 ** Function gatt_find_the_connected_bda
688 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx) function
692 GATT_TRACE_DEBUG1("gatt_find_the_connected_bda start_idx=%d",start_idx);
701 GATT_TRACE_DEBUG6("gatt_find_the_connected_bda bda :%02x-%02x-%02x-%02x-%02x-%02x",
706 GATT_TRACE_DEBUG2("gatt_find_the_connected_bda found=%d found_idx=%d", found, i);

Completed in 62 milliseconds