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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 103 gatt_cb.def_mtu_size = GATT_DEF_BLE_MTU_SIZE;
418 p_tcb->payload_size = GATT_DEF_BLE_MTU_SIZE;
435 p_tcb->payload_size = GATT_DEF_BLE_MTU_SIZE;
    [all...]
gatt_sr.c 930 if (mtu < GATT_DEF_BLE_MTU_SIZE)
931 p_tcb->payload_size = GATT_DEF_BLE_MTU_SIZE;
    [all...]
gatt_api.c 791 if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE))
    [all...]
gatt_cl.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 130 #define GATT_DEF_BLE_MTU_SIZE 23
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 708 p_clcb->p_srcb->mtu = GATT_DEF_BLE_MTU_SIZE;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 533 if (GATT_DEF_BLE_MTU_SIZE != p_data->open.mtu && p_data->open.mtu)
    [all...]

Completed in 48 milliseconds