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

/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc145 "\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
146 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
206 bool is_primary) {
217 p_new_srvc->is_primary = is_primary;
497 &p_rec->uuid, p_rec->is_primary) == 0) {
632 bool is_primary) {
645 p_rec->is_primary = is_primary;
1178 curr_db_attr, p_cur_srvc->is_primary
202 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV* p_srvc_cb, uint16_t s_handle, uint16_t e_handle, tBT_UUID* p_uuid, bool is_primary) argument
628 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV* p_srvc_cb, uint16_t s_handle, uint16_t e_handle, tBT_UUID uuid, bool is_primary) argument
1330 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR* p_attr, uint8_t type, uint16_t s_handle, uint16_t e_handle, tBT_UUID uuid, uint8_t prop, uint16_t incl_srvc_handle, bool is_primary) argument
[all...]
H A Dbta_gattc_int.h193 bool is_primary; member in struct:__anon146
/system/bt/stack/gatt/
H A Dgatt_int.h263 bool is_primary; member in struct:__anon914
/system/bt/bta/include/
H A Dbta_gatt_api.h219 bool is_primary; /* used when attribute type is service */ member in struct:__anon320
427 bool is_primary; /* primary service or secondary */ member in struct:__anon337
484 bool is_primary; member in struct:__anon340
553 bool is_primary; member in struct:__anon348
/system/bt/stack/include/
H A Dgatt_api.h612 bool is_primary; /* primary service or secondary */ member in struct:__anon1135

Completed in 101 milliseconds