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

  /system/bt/stack/gatt/
gatt_sr.cc 455 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
511 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SRV_LIST_ELEM& el,
718 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
851 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
887 void gatts_process_write_req(tGATT_TCB* p_tcb, tGATT_SRV_LIST_ELEM& el,
    [all...]
gatt_int.h 261 } tGATT_SRV_LIST_ELEM;
377 std::list<tGATT_SRV_LIST_ELEM>* srv_list_info;
500 extern std::list<tGATT_SRV_LIST_ELEM>::iterator gatt_sr_find_i_rcb_by_handle(
gatt_db.cc 741 tGATT_SRV_LIST_ELEM& el = *gatt_sr_find_i_rcb_by_handle(handle);
gatt_api.cc 202 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info)
352 tGATT_SRV_LIST_ELEM& elem = *rit;
    [all...]
gatt_main.cc 139 gatt_cb.srv_list_info = new std::list<tGATT_SRV_LIST_ELEM>();
    [all...]
gatt_utils.cc 829 std::list<tGATT_SRV_LIST_ELEM>::iterator gatt_sr_find_i_rcb_by_handle(
    [all...]

Completed in 64 milliseconds