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

  /system/bt/stack/avct/
avct_l2c.cc 241 p_lcb->ch_flags |= AVCT_L2C_CFG_CFM_DONE;
244 if (p_lcb->ch_flags & AVCT_L2C_CFG_IND_DONE) {
296 if ((p_lcb->ch_flags & AVCT_L2C_CFG_IND_DONE) == 0) {
298 p_lcb->ch_flags |= AVCT_L2C_CFG_IND_DONE;
301 if (p_lcb->ch_flags & AVCT_L2C_CFG_CFM_DONE) {
avct_l2c_br.cc 235 p_lcb->ch_flags |= AVCT_L2C_CFG_CFM_DONE;
238 if (p_lcb->ch_flags & AVCT_L2C_CFG_IND_DONE) {
310 if ((p_lcb->ch_flags & AVCT_L2C_CFG_IND_DONE) == 0) {
312 p_lcb->ch_flags |= AVCT_L2C_CFG_IND_DONE;
315 if (p_lcb->ch_flags & AVCT_L2C_CFG_CFM_DONE) {
avct_int.h 69 uint8_t ch_flags; /* L2CAP configuration flags */ member in struct:__anon106141
80 uint8_t ch_flags; /* L2CAP configuration flags */ member in struct:__anon106142
96 uint8_t ch_flags; /* L2CAP configuration flags */ member in struct:__anon106143
  /system/bt/stack/gatt/
gatt_main.cc 709 p_tcb->ch_flags |= GATT_L2C_CFG_CFM_DONE;
712 if (p_tcb->ch_flags & GATT_L2C_CFG_IND_DONE) {
765 if ((p_tcb->ch_flags & GATT_L2C_CFG_IND_DONE) == 0) {
767 p_tcb->ch_flags |= GATT_L2C_CFG_IND_DONE;
770 if (p_tcb->ch_flags & GATT_L2C_CFG_CFM_DONE) {
    [all...]
gatt_int.h 274 uint8_t ch_flags; member in struct:__anon106239

Completed in 1185 milliseconds