Searched full:ble_svc_ans_new_alert_cat (Results 1 – 2 of 2) sorted by relevance
36 static uint8_t ble_svc_ans_new_alert_cat; variable168 rc = os_mbuf_append(ctxt->om, &ble_svc_ans_new_alert_cat, in ble_svc_ans_access()169 sizeof ble_svc_ans_new_alert_cat); in ble_svc_ans_access()236 ble_svc_ans_new_alert_cat |= cat_bit_mask; in ble_svc_ans_access()242 ble_svc_ans_new_alert_cat &= ~cat_bit_mask; in ble_svc_ans_access()251 if ((ble_svc_ans_new_alert_cat >> i) & 0x01) { in ble_svc_ans_access()322 if ((cat_bit_mask & ble_svc_ans_new_alert_cat) == 0) { in ble_svc_ans_new_alert_add()461 ble_svc_ans_new_alert_cat = MYNEWT_VAL(BLE_SVC_ANS_NEW_ALERT_CAT); in ble_svc_ans_init()
19 BLE_SVC_ANS_NEW_ALERT_CAT: