Home | History | Annotate | Download | only in gatt

Lines Matching full:is_primary

462         if (p_srv->is_primary)
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary)
486 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
1361 p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE;