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

  /system/bt/stack/l2cap/
l2c_ucd.c 228 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) == NULL)
230 if ((p_rcb = l2cu_allocate_rcb (L2C_UCD_RCB_ID)) == NULL)
294 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) != NULL)
616 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) == NULL)
899 ||((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) != NULL))
    [all...]
l2c_int.h 225 #define L2C_UCD_RCB_ID 0x00
    [all...]

Completed in 38 milliseconds