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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 526 gatt_add_a_srv_to_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[i_sreg]);
572 gatt_remove_a_srv_from_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[ii]);
573 gatt_cb.srv_list[ii].in_use = FALSE;
    [all...]
gatt_utils.c 480 gatt_cb.srv_list[i_sreg].in_use = TRUE;
481 gatt_cb.srv_list[i_sreg].i_sreg = i_sreg;
482 gatt_cb.srv_list[i_sreg].s_hdl = gatt_cb.sr_reg[i_sreg].s_hdl;
483 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
    [all...]
gatt_int.h 468 tGATT_SRV_LIST_ELEM srv_list[GATT_MAX_SR_PROFILES]; member in struct:__anon3131

Completed in 38 milliseconds